home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / demos / metanet / meta.dem < prev    next >
Text File  |  1999-09-16  |  383b  |  15 lines

  1. getf(SCI+'/demos/metanet/metro.sci','c');
  2. mode(0);
  3. num=x_message([' ';
  4. 'METANET is a Scilab toolbox for graph and network analysis';
  5. 'It comes with a graphics tool for visualizing and creating graphs';
  6. ' ';
  7. 'This is a demo for finding the best and fastest way';
  8. '  to go from one station to another in Paris subway';
  9. ' ';
  10. 'Try the demo?'],['Yes','No'])
  11.  
  12. if num==1 then
  13.   metro()
  14. end
  15.